-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bluetooth: Add some EIR fields #4273
Conversation
895e857
to
90f38da
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #4273 +/- ##
==========================================
+ Coverage 82.03% 82.04% +0.01%
==========================================
Files 350 350
Lines 82888 82929 +41
==========================================
+ Hits 67994 68036 +42
+ Misses 14894 14893 -1
|
90f38da
to
30598b5
Compare
30598b5
to
e95d088
Compare
As said previously, it is not easy to find those fields out in the wild to test this as acuratelly as possible... I will add tests as soon as I come across a packet for the missing packets. For the time being I would like to merge the tested packets if possible. I can remove the untested packets from the PR if you wish so... Thanks! |
Would you prefer that I delete the non-tested packets or to leave them? Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's go with it. Thanks for your patience
Checklist:
cd test && ./run_tests
ortox
)Bluetooth EIR packets.
Added few tests as I could not find data samples that I could share. I will try to collect some real world examples I can put there.